home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / Loid100.lha / irongate.doc < prev    next >
Text File  |  1994-06-18  |  8KB  |  165 lines

  1.      +=---------------------------------------------------------=+
  2.      |       Welcome to the Lords of Irongate Adventure!         |
  3.      |   Copyright (c) 1994 by Rick Rojas, All Rights Reserved   |
  4.      |          Docs for the Amiga AND PC version 1.00           |
  5.      +=---------------------------------------------------------=+
  6.  
  7.                    ==============================
  8.                    ======= INTRODUCTION =========
  9.                    ==============================
  10.  
  11. Lords of Irongate is a full featured semi-random adventure game with hundreds
  12. of monsters, items, and dungeon levels. When I say hundreds, I do mean
  13. HUNDREDS! Well that is with the exception of levels there are thousands of
  14. levels unfortunately the monsters get tougher with each level so don't even
  15. think that you'd ever survive to see a monster on level 1000, besides, to
  16. complete the quest you'll never have to see any levels higher than 100 or
  17. so (don't worry - each of the levels is tiny he-he). Fellow coders may be
  18. interested to know this program has been developed in 'C' with lots of
  19. bitwise operations, and algorithmicly coded formulas in place of tables for
  20. both speed and to conserve on memory usage, not to mention in order that
  21. we may easily expand it in the near future. You see, already, the program
  22. will expand and handle over 32,000 monsters, items, character classes,
  23. races, magical effects, etc... without any other modification than the
  24. data entry of those items, or monsters, etc...
  25.  
  26. Version 1.00 of this adventure can be run from DOS (PC DOS or Amigados)
  27. for local use AND since it was specifically developed to use only TEXT
  28. characters (well ANSI characters) with the standard input and output
  29. devices (stdin, stdout) it can also be run on most BBS systems for
  30. competition amongst users. Due to limited resources, we've only tested
  31. the game as a DOOR to one BBS system which is C-NET for the Amigas, but
  32. there should be no reason why it won't work on other BBS systems that
  33. don't require special hooks (FINAL NOTE: we did have EXCELLENT results
  34. in our BBS tests and were even able to play the game through INTERNET
  35. access to the BBS system).
  36.  
  37. For anyone who's ever played an adventure game before this game is self
  38. explanatory. It does have some on-line docs and a reference list of
  39. available keypresses while being played. To get additional tips, hints,
  40. or some special tricks on how to complete this lengthy adventure read
  41. the text file called HINTS.TXT included in this package.
  42.  
  43.  
  44.           ===========================================
  45.           == IRONGATE WAS BROUGHT TO YOU THANKS TO ==
  46.           ===========================================
  47.  
  48.       - Adventure fans everywhere!!!
  49.       - Rick Rojas, the programmer...
  50.       - Nick Fiorello, Master adventurist and PC beta tester
  51.       - Simeon Layne, AMIGA, BBS, and INTERNET beta tester
  52.       - Retro Casey, I gotta give this guy credits for both being
  53.          a beta tester and for his creative entry of monsters
  54.          and items (so if you see any really disgusting items
  55.          it is his fault, ok?)
  56.  
  57.  
  58.                ==============================
  59.                ====== GETTING STARTED =======
  60.                ==============================
  61.  
  62.  
  63. RUNNING IRONGATE LOCALLY, FOR PC USERS:
  64.  
  65.   1) Verify your config.sys has a line that looks like:
  66.  
  67.      device=ansi.sys          OR       device=c:\dos\ansi.sys
  68.  
  69.      if it doesn't have it (or a close similarity) then you should
  70.      add the line to the config.sys and reboot the machine.
  71.   2) If you are in windows, enter DOS or open up a DOS window
  72.   3) Type 'IRONGATE' to run the program
  73.  
  74.  
  75. RUNNING IRONGATE LOCALLY, FOR AMIGA USERS:
  76.  
  77.   1) Open up a CLI or SHELL console window
  78.   2) Set your font to a PC FONT by issuing a 'SETFONT IBM 8' command.
  79.   3) Adjust your screen colors to something similar to an IBM or just
  80.      skip this and see how the program works with your current colors.
  81.      Keep in mind, this program will look a heck of a lot better if you
  82.      were running it from a PC or through a BBS interface - it really
  83.      was not designed for the AMIGA console.
  84.   4) Type 'IRONGATE' to run the program
  85.  
  86.  
  87. RUNNING IRONGATE, FOR PC or AMIGA SYSOPS:
  88.  
  89.   Install IRONGATE as a door according to the instructions with your
  90.   BBS system (for installing DOS type doors) and add command line
  91.   arguments to specify a SYSOP PASSWORD and the MAX MOVES a player
  92.   can make each day, ie..
  93.  
  94.   IRONGATE SYSPW=xxx MAXMOVES=5000
  95.  
  96.   This will set the sysop password to xxx and limit players moves per day
  97.   to 5000 or until they die (of course you can vary this but I wouldn't go
  98.   below 1000). By the way, the password is only used for KILLING players
  99.   from the PLAYERS file to free up space (It has nothing to do with your
  100.   BBS password).
  101.  
  102.  
  103.               ==================================
  104.               === COMMENTS REGARDING BBS USE ===
  105.               ==================================
  106.  
  107. As an ex-sysop I understand there are many different formats of doors. Some
  108. of which require special hooks or system variables which this program does
  109. not yet support. However, if you have run this program locally and are
  110. interested in adapting it for your BBS which has unique requirements send me
  111. some specs (of what hooks or variables I need to set - keep in mind this
  112. program is coded in 'C') for your BBS system and I'll see about adapting it.
  113. But for now it is strickly for local use (on either Amigas or PCs) or for
  114. BBS's that can run DOS type programs using ANSI codes without special
  115. modifications or restrictions (like C-Net BBS, etc...)
  116.  
  117.  
  118.          =================================================
  119.          == COPYRIGHT, DISTRIBUTION & REGISTRATION INFO ==
  120.          =================================================
  121.  
  122. This program is copyrighted and the registered version is NOT FOR DISTRIBUTION
  123. without prior consent in writing by me (the Author). However, there is one
  124. exception - I've created a DEMO version that has almost all of the same
  125. features as the final release version (well up to the 20th dungeon level) that
  126. version may be distributed as a DEMO! If you are playing the demo you must send
  127. in the registration fee to receive the registered version. For those who are
  128. curious about the difference between the demo and the registered version - the
  129. difference is that I substitued Wizdak the wizard who's got the Orb (in the
  130. real adventure) for two unnamed creatures and I put ALOT of those two unnamed
  131. creatures ALL OVER the 20 level and down. Finally, I warn you - those two
  132. creatures on the 20th level of the demo are especially hideous! and
  133. vial! and disgusting! and all the other things evil that I care not to
  134. describe... I'm not kiddin' it is your worst nightmare come to life! So
  135. register NOW and avoid that ugly scene... I warned you...
  136.  
  137. Anyways, to register and avoid those hideous creatures on the 20th level,
  138. send me cash, check or money order for $20.00 and a note indicating your
  139. address and what type of computer you need it for (or print out the
  140. REGISTER.TXT form and fill in the blanks). I'd send you a Mac version too if
  141. you send me a MAC and a MAC C compiler to code it on (he-he). I'm not jokin'
  142. I really would like to compile it for MAC users too!
  143.  
  144. What do you get for $20 bucks? Well, I'll send you the latest fully registered
  145. version of Irongate for your use, and I will put you on the mailing list for
  146. information about any and/or all updates to Irongate and any update or upgrade
  147. fees (if any). If, however, you already got a registered version from a
  148. friend who knows a guy who is a pirate (and gets stuff for everyone you know)
  149. then all I can say is - shame on you! but its not too late - you can still 
  150. send me the registration fee and become a legitemate registered user (and
  151. regain my faith in the shareware distribution concept) and I'll put you on
  152. the list for a copy of the NEXT full version I release so you'll get it
  153. before your friend who knows a pirate (Just check off the appropriate
  154. block on the registration form).
  155.  
  156. My name and address is: (Please make out checks to me directly)
  157.  
  158.    Rick Rojas
  159.    2530 White Oak Drive
  160.    Titusville, Fl 32780
  161.    U.S.A.
  162.  
  163.  
  164.  
  165.